'Declaration
<DispIdAttribute(657)> Function SetPixelArrayByteBGR( _ ByVal ImageID As Integer, _ ByRef Data() As Byte, _ ByVal DstLeft As Integer, _ ByVal DstTop As Integer, _ ByVal Width As Integer, _ ByVal Height As Integer, _ ByVal InputIsRGB As Boolean _ ) As GdPictureStatus
[DispId(657)] GdPictureStatus SetPixelArrayByteBGR( int ImageID, ref byte[] Data, int DstLeft, int DstTop, int Width, int Height, bool InputIsRGB )
function SetPixelArrayByteBGR( ImageID: Integer; var Data: Bytearray of; DstLeft: Integer; DstTop: Integer; Width: Integer; Height: Integer; InputIsRGB: Boolean ): GdPictureStatus;
DispIdAttribute(657) function SetPixelArrayByteBGR( ImageID : int, Data : byte[], DstLeft : int, DstTop : int, Width : int, Height : int, InputIsRGB : boolean ) : GdPictureStatus;
[DispId(657)] GdPictureStatus SetPixelArrayByteBGR( int ImageID, ref byte[]* Data, int DstLeft, int DstTop, int Width, int Height, bool InputIsRGB )
[DispId(657)] GdPictureStatus SetPixelArrayByteBGR( int ImageID, array<byte>^% Data, int DstLeft, int DstTop, int Width, int Height, bool InputIsRGB )
Parameters
- ImageID
- Data
- DstLeft
- DstTop
- Width
- Height
- InputIsRGB